home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / fdtn002.zip / FDTN-002.SIO < prev    next >
Text File  |  1993-02-27  |  5KB  |  127 lines

  1. Filename....: FDTN-002.SIO; FrontDoor & RemoteAccess Technical Note #002
  2. Rev.........: 001
  3. Dated.......: 27-Feb-93
  4.  
  5. Subject.....: Using the OS/2 version 2.0x GA Release with relevant CSD
  6.               Service Pak with FrontDoor 2.02 and above, and RemoteAccess
  7.               1.11 and above.
  8.  
  9. Author......: John A.H. Barton
  10.               2:257/168@fidonet
  11.               jbionic@lonemb.demon.co.uk
  12.  
  13. Status......: This document may be used and distributed freely provided
  14.               no charge is imposed, this includes trading, other than to
  15.               recover the cost of the actual transfer; i.e. the cost of a
  16.               diskette or telephone call to transfer the document.
  17.  
  18. Abstract....: The purpose of this document is to provide one method of
  19.               implementation with regards to the use of OS/2 version 2.0
  20.               GA with FrontDoor v2.02 or above. The intent is to provide
  21.               a sample configuration with the options and settings with
  22.               regards to achieving the best settings for communications
  23.               and operating OS/2.
  24.  
  25.               Copyright 1993 John A.H. Barton; All rights reserved.
  26.  
  27.               All trademarks and registered trademarks are proprietary
  28.               to their respective owners.
  29.  
  30.               The author wishes to thank all those who have contributed
  31.               ideas and corrections to this document.
  32.  
  33.  
  34. Caveats
  35. -------
  36. The settings and techniques used in this document do not represent the
  37. ONLY way to do this, and perhaps do not even represent the optimal
  38. configuration, and the information in this document is subject to change,
  39. based upon updated information, error corrections, increased or updated
  40. modem capability, or FD and OS/2 updates.
  41.  
  42. The settings used are based upon OS/2 2.0 GA Release, and some options
  43. may not be available on your systems yet. Where possible, I have noted
  44. which settings may differ, however it is placed upon the reader to
  45. examine and report the viability of the suggested techniques with regards
  46. to the particular options in use.
  47.  
  48. For optimal modem settings for CCITT V.32bis modems refer to FDTN-001.
  49.  
  50. The contributors to this file make no warranties, neither expressed
  51. nor implied. The aim behind the procedures described below is to
  52. encourage experimentation within a wide range of PC configurations.
  53. In no way can any of the creators of this file be held liable for any
  54. losses in time, matter, service, expected profit, or patience!
  55. It is *only* guaranteed to take up disk space :-)
  56.  
  57.  
  58. Requirements
  59. ------------
  60. o OS/2 2.0 GA release with CSD Service Pak applied (US or UK flavour)
  61.   (OS/2 2.1ß Code may also be used with all settings below)
  62.  
  63. o SIO.SYS and VSIO.SYS from latest version of SIO from Ray Gwinn
  64.   (latest version whilst writing this is SIO045.*)
  65.  
  66. o Optional X00149a and SIO (by Ray Gwinn)
  67.  
  68. The Service Pak (US or UK flavour) files are essential as they contain
  69. modified drivers especially MODE.COM from August that allows the COM
  70. setting of 38400
  71.  
  72.  
  73. Using SIO and X00 as the FOSSIL drivers
  74. ---------------------------------------
  75.  
  76. CONFIG.SYS
  77.  
  78.   Do NOT use COM.SYS and/or VCOM.SYS; instead, place a REM statement in
  79.   front of the line that refers to them in CONFIG.SYS.
  80.  
  81.     DEVICE=<path>SIO.SYS 
  82.  
  83.     DEVICE=<path>VSIO.SYS
  84.  
  85.     (No Mode statement needed when when using SIO and X00 FOSSIL).
  86.  
  87. RUNFD.BAT
  88.  
  89.   Add the following for FrontDoor to access the FOSSIL driver
  90.  
  91.   <path>X00.EXE E B,1,38400 T=512 R=2048 F=15
  92.  
  93.   Use F=15 if 16550 Uart being used, otherwise leave it off of the end.
  94.  
  95. No additional settings are required if you are using SIO and X00.
  96.  
  97.  
  98. OS/2 SESSION OPTIONS
  99. --------------------
  100.  
  101. IDLE_SENSITIVITY             75
  102. IDLE_SECONDS                 0
  103. DOS_BACKGROUND_EXECUTION     ON
  104. DOS_BREAK                    OFF
  105. DOS_FILES                    60
  106. DPMI_DOS_API                 AUTO
  107. DPMI_MEMORY_LIMIT            2
  108. DPMI_NETWORK_BUFF_SIZE       8
  109. EMS_FRAME_LOCATION           AUTO
  110. EMS_MEMORY_LIMIT             1024
  111. HW_ROM_TO_RAM                OFF
  112. HW_TIMER                     OFF
  113. VIDEO_ON_DEMAND_MEMORY       ON
  114. VIDEO_RETRACE_EMULATION      ON
  115. VIDEO_ROM_EMULATION          ON
  116. VIDEO_WINDOW_REFRESH         1
  117. SIO_Allow_Access_COM1        ON
  118. SIO_Allow_Access_COM2        ON
  119. SIO_Allow_Access_COM3        ON
  120. SIO_Allow_Access_COM4        ON
  121. SIO_Virtualize_16550A        ON (this setting EMULATES 16550 in soft-
  122.                              ware. However if it slows the program down
  123.                              too much set to OFF.)
  124. SIO_Virtualize_COM_Ports     ON
  125.  
  126. // end of file "fdtn-002.sio"
  127.